Set(DicomDataSet,object[]) Method

Summary
Sets the information in the data set from the specified class instances.
Syntax
C#
VB
C++
public static void Set( 
   this DicomDataSet ds, 
   object[] instances 
) 
<ExtensionAttribute()> 
Public Overloads Shared Sub Set( _ 
   ByVal ds As DicomDataSet, _ 
   ByVal ParamArray instances() As Object _ 
)  
[ExtensionAttribute()] 
public: 
static void Set(  
   DicomDataSet^ ds, 
   ... array<Object^>^ instances 
)  

Parameters

ds
The data set to set information into.

instances
The instances that have the correct attributes.

Remarks

Instances have to be defined with the correct ElementAttribute. Any properties not defined with this attribute will be ignored.

Example

For an example refer to ElementAttribute

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.